Skip to content

[Chore] Upgrade deps 2025-07#62

Merged
HappyPaul55 merged 1 commit intomainfrom
update-deps-2025-07-14
Jul 14, 2025
Merged

[Chore] Upgrade deps 2025-07#62
HappyPaul55 merged 1 commit intomainfrom
update-deps-2025-07-14

Conversation

@HappyPaul55
Copy link
Contributor

This pull request updates several dependencies in the package.json file to their latest versions. These updates include both runtime and development dependencies, ensuring compatibility and access to the latest features and fixes.

Dependency Updates:

  • Updated @sentry/react to version ^9.38.0 from ^9.22.0.
  • Updated @swc/core to version ^1.12.14 from ^1.11.21.
  • Updated @swc/jest to version ^0.2.39 from ^0.2.37.
  • Updated @types/react to version ^18.3.23 from ^18.3.20 and @types/react-dom to version ^18.3.7 from ^18.3.6.
  • Updated styled-components to version ^6.1.19 from ^6.1.15.

Copilot AI review requested due to automatic review settings July 14, 2025 10:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates various runtime and development dependencies in package.json to their latest minor/patch versions, ensuring the project benefits from recent bug fixes and features.

  • Bumps Sentry SDK, SWC core/jest, React type definitions, and styled-components to newer versions
  • Aligns @swc/jest with @swc/core upgrade
  • Keeps the React and testing toolkit dependencies up to date
Comments suppressed due to low confidence (4)

package.json:22

  • Upgrading @swc/core and @swc/jest can affect your Jest transpilation pipeline; ensure all existing tests pass after this bump and add tests for any newly introduced syntax transformations.
    "@swc/core": "^1.12.14",

package.json:36

  • Since @types/react and @types/react-dom were updated, run a full type-check across the codebase to catch any new or stricter type errors introduced by the definitions change.
    "@types/react-dom": "^18.3.7",

package.json:20

  • [nitpick] After upgrading @sentry/react, verify that any Sentry configuration or integrations (e.g., DSN, performance settings) remain compatible and update documentation or migration notes if there are breaking changes.
    "@sentry/react": "^9.38.0",

package.json:52

  • [nitpick] With the styled-components update, review any theming or global style overrides for deprecations or breaking API modifications and update related docs or style conventions.
    "styled-components": "^6.1.19",

@github-actions
Copy link

@HappyPaul55 HappyPaul55 merged commit 6b75606 into main Jul 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants